Interface MenuBar

All Superinterfaces:
IPCObject
All Known Implementing Classes:
MenuBarImpl

public interface MenuBar extends IPCObject
Information provided by the PKI file:

    \class MenuBar
    
    \brief MenuBar allows UI manipulation of the Main Menu Bar.
    
    \example appWindow().getMenuBar()
    
Author:
Auto-generated
  • Method Details

    • getFilePopupMenu

      PopupMenu getFilePopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "File" Menu object.
          
          \return Menu, the Menu object for the File menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getEditPopupMenu

      PopupMenu getEditPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Edit" Menu object.
          
          \return Menu, the Menu object for the Edit menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getOptionsPopupMenu

      PopupMenu getOptionsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Options" Menu object.
          
          \return Menu, the Menu object for the Options menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsPopupMenu

      PopupMenu getExtensionsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions" Menu object.
          
          \return Menu, the Menu object for the Extensions menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getHelpPopupMenu

      PopupMenu getHelpPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Help" Menu object.
          
          \return Menu, the Menu object for the Help menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getViewPopupMenu

      PopupMenu getViewPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "View" Menu object.
          
          \return Menu, the Menu object for the View menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getToolsPopupMenu

      PopupMenu getToolsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Tools" Menu object.
          
          \return Menu, the Menu object for the Tools menu.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getFileRecentFilesPopupMenu

      PopupMenu getFileRecentFilesPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "File -> Recent Files" Menu object.
          
          \return Menu, the "File -> Recent Files" Menu object.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getViewZoomPopupMenu

      PopupMenu getViewZoomPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "View -> Zoom" Menu object.
          
          \return Menu, the "View -> Zoom" Menu object.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getViewToolbarsPopupMenu

      PopupMenu getViewToolbarsPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "View -> Toolbars" Menu object.
          
          \return Menu, the "View -> Toolbars" Menu object.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsMUPopupMenu

      PopupMenu getExtensionsMUPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions -> Multiuser" Menu object.
          
          \return Menu, the "Extensions -> Multiuser" Menu object.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsIPCPopupMenu

      PopupMenu getExtensionsIPCPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions -> IPC" Menu object.
          
          \return Menu, the "Extensions -> IPC" Menu object.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • getExtensionsScriptingPopupMenu

      PopupMenu getExtensionsScriptingPopupMenu()
      Information provided by the PKI file:
      
          \brief Returns the "Extensions -> Scripting" Menu object.
          
          \return Menu, the "Extensions -> Scripting" Menu object.
          
              
      Returns:
      PopupMenu Returns a PopupMenu
    • setVisible

      void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • isVisible

      boolean isVisible()
      Information provided by the PKI file:
      
          \brief Returns true if this widget is visible, otherwise false.
          
          \return bool, true if this widget is visible, otherwise false.
          
              
      Returns:
      boolean Returns a boolean